home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / MELL / MESSAGE next >
Text File  |  1997-01-23  |  691b  |  18 lines

  1. This directory contains NetLib - the programmer's interface to FreeNet.
  2.  
  3. The .spk file contains the sources, object files, and library file.
  4.  
  5. The sources are seperated out into NetLibSrc where they can be rebuilt
  6. with the supplied MakeFile if necessary.  The !NetLib directory defines
  7. 2 paths (NetLib$Path and Internet$Path).  The !NetLib directory contains
  8. all the headers files in the usual UNIX places.
  9.  
  10. Note that these headers are Acorn C compiler specific (assumes 16bit shorts)
  11.  
  12. Note you cannot use paths in #include statements like:   "netlib:netinet/in.h"
  13. I recommend using #include "netinet/in.h" and having -Inetlib: on the command
  14. line to cc.
  15.  
  16. The headers are subject to change.
  17.  
  18.